From: Greg Kroah-Hartman Date: Tue, 4 Jun 2013 22:59:23 +0000 (-0700) Subject: staging: android: sync: fix up a sparse warning X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~8548^2~317 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=cd0c1d70f69a8ac51634ef878ce6610044ee166c;p=linux-4.9.git staging: android: sync: fix up a sparse warning Fix up a sparse warning about sync_dump that was reported. Reported-by: kbuild test robot Cc: Erik Gilling Cc: John Stultz Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/android/sync.c b/drivers/staging/android/sync.c index 7950ee30789e..2996077fedef 100644 --- a/drivers/staging/android/sync.c +++ b/drivers/staging/android/sync.c @@ -988,7 +988,7 @@ late_initcall(sync_debugfs_init); #define DUMP_CHUNK 256 static char sync_dump_buf[64 * 1024]; -void sync_dump(void) +static void sync_dump(void) { struct seq_file s = { .buf = sync_dump_buf,